Submit
Create an input tag of type submit with attributes for NAME and VALUE. This type of input tag is used to submit the form data.
The example above would yield the following text:
<INPUT TYPE="SUBMIT" NAME="submit" VALUE="Send comments">